func crypto/aes.decryptBlockAsm
2 uses
crypto/aes (current package)
cipher_asm.go#L21: func decryptBlockAsm(nr int, xk *uint32, dst, src *byte)
cipher_asm.go#L81: decryptBlockAsm(len(c.dec)/4-1, &c.dec[0], &dst[0], &src[0])
The pages are generated with Golds v0.4.9. (GOOS=linux GOARCH=amd64)